ISequenceManagerUnload Method |
Stops and unloads the given sequence. The image panes or analog monitors which were controlled by the sequence till now continue to show
the cameras from the last executed step of the sequence, but their content is not controlled by the sequence any longer.
Namespace: Bosch.Vms.SDKAssembly: Bosch.Vms.SDK (in Bosch.Vms.SDK.dll) Version: 1.9.0.0
Syntaxvoid Unload(
Sequence sequence
)
Parameters
- sequence Sequence
- Running Sequence handle.
Exceptions| Exception | Condition |
|---|
| SdkException |
Thrown if related sequence seed doesn't exist in the configuration or is not permitted to caller.
|
See Also